Page 90 - 2629_Devagiri_C-6
P. 90

Components of the IDLE Shell Window
                  The IDLE shell window has two main components: the Menu Bar and the Prompt.

                      Menu Bar: Located at the top of the window, it offers options for file management, running
                     scripts and customising IDLE, including File, Edit, Shell, Debug, Options, Window and Help.
                      Prompt: This is the area to type Python code, marked by >>>, where results appear immediately
                     after each command.


                    Menu Bar





                      Prompt





                  SCRIPT MODE

                  Script Mode is used for writing longer Python programs that can be saved to your computer and
                  run later. IDLE provides a built-in text editor where you can write, edit and save Python scripts.

                  Creating a New File
                  In Python IDLE, creating a new file allows you to write and save your Python programs. To create
                  a new file, follow the given steps:


                                    1    Click on the File menu.


                               2    Click on the New File option.


                  A new window will open where you can start writing your Python code and save it for execution.

                                                                                   SHORT SIGN


                                                                                  To create a new file:
                                                                                        Ctrl + N




                  Writing and Saving a Program
                  Once you’ve created a new file, you can begin writing your Python program. To write and save a
                  program, follow the given steps:


                                                             Ask
                                                                       AGENT
                                                        OrangeAI
                    List some of the most popular applications or tools that were created using Python.
                           Study




                   88
                        Premium Edition-VI



     5
   85   86   87   88   89   90   91   92   93   94   95